home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / MSTTS.IN_ / mstts.inf
Encoding:
Windows Setup INFormation  |  1999-07-06  |  4.7 KB  |  159 lines

  1. [Version]
  2. Signature="$Chicago$"
  3.  
  4. LayoutFile=layout.inf
  5.  
  6.  
  7. [DefaultInstall]
  8. CustomDestination=MyCustomDestination
  9. Copyfiles=LexTools,TTSFiles
  10. AddReg=TTSReg
  11. DelFiles=DelOldTTSFiles
  12.  
  13. [DefaultInstall.NT]
  14. CustomDestination=MyCustomDestination
  15. Copyfiles=LexTools,TTSFiles
  16. AddReg=TTSReg
  17. DelFiles=DelOldTTSFiles
  18.  
  19. [MyCustomDestination]
  20. 49010=ProgramFilesDestination,21
  21. 49000,49001,49002,49003=PackageDestination49000,5
  22.  
  23. [UninstallDestination]
  24. 49010=ProgramFilesDestination,5
  25. 49000=PackageDestination49000,5
  26.  
  27. [ProgramFilesDestination]
  28. HKLM,software\microsoft\windows\currentversion,CommonFilesDir,"%InstallPrompt%","%16427%"
  29.  
  30. [PackageDestination49000]
  31. HKLM,Software\Microsoft\MSTTS,InstallDir,"%InstallPrompt%","%49010%\%DefaultDir%"
  32.  
  33. [Uninstall]
  34. BeginPrompt=BeginPromptSection
  35. EndPrompt=EndPromptSection
  36. RunPreSetupCommands=UninstallUserDict
  37. CustomDestination=UninstallDestination
  38. DelFiles=LexTools,TTSFiles,TTSFiles2
  39. Deldirs=RemoveFolder
  40. DelReg=DelRegSection
  41. SmartReboot=I
  42. Cleanup=1
  43.  
  44. [Uninstall.Quiet]
  45. RunPreSetupCommands=UninstallUserDict
  46. CustomDestination=UninstallDestination
  47. DelFiles=LexTools,TTSFiles,TTSFiles2
  48. Deldirs=RemoveFolder
  49. DelReg=DelRegSection
  50. SmartReboot=I
  51. Cleanup=1
  52.  
  53. [UninstallUserDict]
  54. %25%\delttsul.exe
  55.  
  56. [DestinationDirs]
  57. TTSFiles= 16427,%ProgDir%  ;DIRID_PROGRAM_FILES_COMMON\Microsoft Shared\SpeechEngines\TTS
  58. TTSFiles2= 16427,%ProgDir%  ;DIRID_PROGRAM_FILES_COMMON\Microsoft Shared\SpeechEngines\TTS
  59. DelOldTTSFiles= 16427,%ProgDir%  ;DIRID_PROGRAM_FILES_COMMON\Microsoft Shared\SpeechEngines\TTS
  60. InfSection=17
  61. LexTools=25
  62.  
  63. [LexTools]
  64. delttsul.exe
  65.  
  66. [TTSFiles]
  67. msttssyn.dll
  68. sam.vce
  69. sam.cfg
  70. wttss22.dll
  71.  
  72. [TTSFiles2]
  73. freddy.vce
  74. brutus.vce
  75. malew.vce
  76. female.vce
  77. femalew.vce
  78. male.vce
  79. female8.vce
  80. male8.vce
  81. female.cfg
  82. female8.cfg
  83. male8.cfg
  84. male.cfg
  85. wraptts.dll
  86. wttsf22.dll
  87. wttsm22.dll
  88. wttsa22.dll
  89. wttsmm.dll
  90.  
  91. [DelOldTTSFiles]
  92. mark.vce
  93. melanie.vce
  94. mark8.vce
  95. melanie8.vce
  96.  
  97. [InfSection]
  98. msTTS.inf
  99.  
  100. [RemoveFolder]
  101. %49000%
  102.  
  103.  
  104. [TTSReg]
  105. HKLM,Software\Voice\TextToSpeech\Engine,MSTTSSyn,,{E0725551-286F-11d0-8E73-00A0C9083363}
  106. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363},,,"Microsoft TTS Engine"
  107. ;;;HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363}\InprocServer32,,,"%49000%\MSTTSSYN.dll"
  108. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363}\InprocServer32,,0x00020000,"%commonprogramfiles%\%ProgDir%\msttssyn.dll"
  109. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363}\InprocServer32,ThreadingModel,,Apartment
  110. ; use the following reg edit to see which version installed for ActiveX downloads
  111. HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF},,,"Downloadable Whistler 4.0"
  112. HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF}\Control,,,
  113. ;;;HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF}\InprocServer32,,,"%49000%\wttss22.dll"
  114. HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF}\InprocServer32,,0x00020000,"%commonprogramfiles%\%ProgDir%\wttss22.dll"
  115. HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF}\InprocServer32,ThreadingModel,,Apartment
  116. HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF}\MiscStatus,,,"0"
  117. HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF}\MiscStatus\1,,,"0132497"
  118. ; cache information, so enumerates faster
  119. HKLM,Software\Voice\TextToSpeech\Engine\{E0725551-286F-11d0-8E73-00A0C9083363},Dirty,1,1
  120.  
  121.  
  122. ; for uninstall
  123. HKLM,Software\Microsoft\MSTTS,InstallDir,0x00020000,"%commonprogramfiles%\%ProgDir%"
  124. ;;;HKLM,Software\Microsoft\MSTTS,InstallDir,,"%49000%"
  125. ;;;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSTTS,"DisplayName",,"%AppName%
  126. ;;;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSTTS,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\msTTS.inf, Uninstall"
  127.  
  128. [DelRegSection]
  129. HKCU,Software\Microsoft\Whisper
  130. HKLM,Software\Voice\TextToSpeech\Engine,MSTTSSyn
  131. HKCR,CLSID\{E0725551-286F-11d0-8E73-00A0C9083363}
  132. HKCR,CLSID\{161FA782-A52C-11d0-8D7C-00A0C9034A7E}
  133. HKCR,CLSID\{FD913800-5CA2-11d2-A1E6-00A0C913D1EF}
  134. HKCR,CLSID\{FD913801-5CA2-11d2-A1E6-00A0C913D1EF}
  135. HKCR,CLSID\{FD913802-5CA2-11d2-A1E6-00A0C913D1EF}
  136. HKCR,CLSID\{FD913803-5CA2-11d2-A1E6-00A0C913D1EF}
  137. HKCR,CLSID\{FD913804-5CA2-11d2-A1E6-00A0C913D1EF}
  138. HKLM,Software\Voice\TextToSpeech\Engine\{E0725551-286F-11d0-8E73-00A0C9083363}
  139.  
  140. ; uninstall
  141. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSTTS
  142. HKLM,Software\Microsoft\MSTTS
  143.  
  144. [BeginPromptSection]
  145. Prompt=%BeginPrompt%
  146. ButtonType=YESNO
  147. Title=%AppName%
  148.  
  149. [EndPromptSection]
  150. Prompt=%EndPrompt%
  151.  
  152. [Strings]
  153. AppName="Microsoft Text-to-Speech Engine 4.0 (English)"
  154. BeginPrompt="Are you sure you want to remove the Microsoft text-to-speech engine? It may prevent text-to-speech from working."
  155. EndPrompt="Uninstall complete."
  156. DefaultDir="microsoft shared\SpeechEngines\TTS"
  157. ProgDir="Microsoft Shared\SpeechEngines\TTS"
  158.  
  159.